ComponentOne ASP.NET MVC Controls
Min Method (RangeSelectorBuilder<T>)

C1.Web.Mvc.Fluent Namespace > RangeSelectorBuilder<T> Class : Min Method
The value.
Configurates C1.Web.Mvc.RangeSelector<T>.Min. Sets the minimum value of the range.
Syntax
'Declaration
 
Public Function Min( _
   ByVal value As Nullable(Of Single) _
) As RangeSelectorBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If not set, the minimum is calculated automatically.
See Also

Reference

RangeSelectorBuilder<T> Class
RangeSelectorBuilder<T> Members